/* ================ pukkaSimpleRooms =============== */
	.image-carousel:after{
		content: '.';
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;	
	}
	.viewList .itemPreview {
		float: left; _display: inline;
		width: 292px;
		height: 315px;
		padding: 4px 4px 15px;
		margin: 0 30px 30px 0;
		background: #fff;
		position: relative;
	}
	.itemPreview.active, .itemPreview:hover{
		background: #0d0d0d;
	}
	.viewList .row-last{
		margin-right: 0;
	}
		.viewList .itemPreviewContent{
			padding: 0 10px;
		}
			.image-overlay{
				position: absolute;
				top: 4px;
				left: 4px;
				width: 292px;
				height: 178px;
				background: url(../images/bg-sprite.png) no-repeat right -200px;
				display: none;
			}
			.active .image-overlay, .hover .image-overlay{
				display: block;
			}
			.viewList .itemPreviewTitle{
				margin-top: 9px;
				
				text-transform: uppercase;
			}
			#mod_pukkaSimpleRooms .itemPreviewPrice,
			#mod_pukkaSimpleRooms .itemPreviewPrice .currency{
				font-size: 1em;
				font-family: 'Open Sans', sans-serif;
			}
				.active .from-text-wrapper, .hover .from-text-wrapper{
					color: #fff;
				}
				#mod_pukkaSimpleRooms .itemPreviewPrice .amount{
					font-family: 'Open Sans', sans-serif;
					font-size: 2.1em;
					font-style: normal;
				}
				
				
				
			.itemPreviewViewLink{
				top: 195px;
				right: 15px;
			}
